GtkStack: Remove gtk_widget_set_opacity call
authorTimm Bäder <mail@baedert.org>
Fri, 22 May 2015 13:43:44 +0000 (15:43 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 29 May 2015 15:37:04 +0000 (17:37 +0200)
The corresponding call with 0.999 opacity is gone, so we don't need to
reset the opacity anymore.

gtk/gtkstack.c

index 302c65e8baba2909977edfea6d8e90b03a31fb22..46a8f73081b3674afb7c94a91fe3496c5fc1a1b3 100644 (file)
@@ -902,7 +902,6 @@ gtk_stack_transition_cb (GtkWidget     *widget,
 
   if (gtk_stack_set_transition_position (stack, t))
     {
-      gtk_widget_set_opacity (GTK_WIDGET (stack), 1.0);
       priv->tick_id = 0;
       g_object_notify_by_pspec (G_OBJECT (stack), stack_props[PROP_TRANSITION_RUNNING]);